docs: Add gtk-doc stanza for GtkExpander::activate
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 16 Dec 2020 15:29:24 +0000 (15:29 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 16 Dec 2020 16:29:00 +0000 (16:29 +0000)
gtk/gtkexpander.c

index bbe08fccedf993e1c73a43b9705421fe5b1f7b60..16adad8f444bb933c8635727472d5e840250b6f8 100644 (file)
@@ -369,6 +369,12 @@ gtk_expander_class_init (GtkExpanderClass *klass)
                                                         GTK_TYPE_WIDGET,
                                                         GTK_PARAM_READWRITE));
 
+  /**
+   * GtkExpander::activate:
+   * @expander: the #GtkExpander that emitted the signal
+   *
+   * Activates the #GtkExpander.
+   */
   activate_signal =
     g_signal_new (I_("activate"),
                   G_TYPE_FROM_CLASS (gobject_class),